home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / mus / play / tracker_4_31.lzh / tracker / PPUnpack / depack.h < prev    next >
C/C++ Source or Header  |  1995-03-03  |  335b  |  13 lines

  1. /* prototypes for unpacker functions */
  2.  
  3. /* copyright (c) Marc Espie, 1995 
  4.  * see accompanying file README for distribution information
  5.  */
  6.  
  7. typedef unsigned char ubyte;
  8. typedef unsigned long ulong;
  9.  
  10. extern ulong depackedlen(ubyte *packed, ulong plen);
  11. extern void ppdepack(ubyte *packed, ubyte *depacked, ulong plen, ulong unplen);
  12.  
  13.